ASP .NET Web Site Administration Tool

Another tool I utilized while developing my website was the ASP .NET Web Site Administration Tool. This tool comes with ASP .NET and is used to setup administrators, roles, and users to the website.This tool is designed to help web developers create secure websites and links directly to SQL ASP .NET server tables.

Once linked to the live server on my GoDaddy web hosting server, I was able to create my administrator account, create roles for the site, and restrict users from accessing the Admin folder. Since internet security is essential for any website, I felt this needed its own section to highlight its significance. No code is technically generated from this tool but it properly (and easily) configures the SQL database for use with my ASP site.